|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jme3.app.state.AbstractAppState
furny.jme.appstate.RootNodeState
public class RootNodeState
Extended AppState that contains a root node.
| Field Summary | |
|---|---|
protected com.jme3.scene.Node |
rootNode
|
| Fields inherited from class com.jme3.app.state.AbstractAppState |
|---|
initialized |
| Constructor Summary | |
|---|---|
RootNodeState()
|
|
| Method Summary | |
|---|---|
com.jme3.scene.Node |
getRootNode()
Getter for the root node. |
void |
update(float tpf)
|
| Methods inherited from class com.jme3.app.state.AbstractAppState |
|---|
cleanup, initialize, isEnabled, isInitialized, postRender, render, setEnabled, stateAttached, stateDetached |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected com.jme3.scene.Node rootNode
| Constructor Detail |
|---|
public RootNodeState()
| Method Detail |
|---|
public com.jme3.scene.Node getRootNode()
public void update(float tpf)
update in interface com.jme3.app.state.AppStateupdate in class com.jme3.app.state.AbstractAppState
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||